body{
    background-color: #ffffff;
    font-size: 13px;
}
.mui-bar-nav {
    background:url(../images/topBG.png) no-repeat 0 0 !important;
    background-size:100%  54px!important;
    box-shadow: 0 0 0 #fff;
    height: 54px;
    padding-top: 8px;
    top: 0;
}
.mui-bar .mui-title {
   color: #fff!important;
   font-size: 16px;
}
a.mui-icon{
    color: #fff;
}
.mui-bar .mui-btn-link .mui-icon{
    color: #fff;
}
.mui-bar-nav ~ .mui-content {
    padding-top: 54px;
    background-color: #ffffff;
    padding-bottom: 40px;
    padding-left: 12px;
    padding-right: 12px;
}
.datetime{
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000;
    font-size: 15px;
}
.titleblack{
    padding-bottom: 10px;
}
.titleblue{
    color: #306aff;
    padding-bottom: 10px;
}
.mui-content p{
    color: #666;
    font-size: 13px;
}
p.indent{
    padding-left: 20px;
}